object InstallForm: TInstallForm Left = 327 Top = 139 BorderIcons = [biSystemMenu] BorderStyle = bsDialog ClientHeight = 89 ClientWidth = 371 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object ProgressGauge: TNewGauge Left = 69 Top = 57 Width = 292 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Progress = 0 end object Image1: TImage Left = 14 Top = 12 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 69 Top = 14 Width = 292 Height = 41 AutoSize = False end end